home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************\
- * Header Files
- \******************************************************************************/
-
- #include "QuitCmmd.h"
- #include "ShowCursor.h"
-
-
- #pragma segment Main
- /******************************************************************************\
- * DoQuit - Handle quit command
- *
- * DoQuit handles the quit command by setting the Quitting flag to true.
- \******************************************************************************/
-
- void
- DoQuit ()
- {
- gFlags |= quitFlag;
- }
-